-
Notifications
You must be signed in to change notification settings - Fork 31
Add dependency checker comment #2093
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for content-scope-scripts ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Temporary Branch UpdateThe temporary branch has been updated with the latest changes. Below are the details:
Please use the above install command to update to the latest version. |
[Beta] Generated file diffTime updated: Mon, 08 Dec 2025 13:48:06 GMT |
|
Cursor Agent can help with this pull request. Just |
88a7584 to
48373c0
Compare
| repo: context.repo.repo, | ||
| issue_number: pr.number, | ||
| body: '@dependabot recreate', | ||
| }); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bug: Duplicate recreate comments on every push to main
The workflow runs on every push to main and creates a @dependabot recreate comment whenever a PR has conflicts, but it doesn't check if a recreate comment was already posted. This means multiple duplicate comments will be added to the same PR on subsequent pushes to main while the PR remains in a conflicted state, potentially triggering dependabot to recreate the PR multiple times unnecessarily.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Only if fullPR.mergeable === false so might trigger a few times on merge queues but I think it's low risk and not the end of the world.
Asana Task/Github Issue: https://app.asana.com/1/137249556945/project/1201614831475344/task/1211495549578747?focus=true
Description
To assist with https://app.asana.com/1/137249556945/project/1201614831475344/task/1211495549578747?focus=true I don't even know if cursor will respond to this but let's try it's zero risk and will help a reviewer.
Testing Steps
Checklist
Please tick all that apply:
Note
Adds a new workflow to detect conflicted Dependabot PRs and request recreation, and updates auto-merge workflow to comment requesting a Cursor review on PR open.
/.github/workflows/dependabot-conflict-detector.ymlmain, scans open Dependabot PRs; ifmergeable === false, comments@dependabot recreate./.github/workflows/dependabot-auto-merge.ymlpull_requestopened to comment tagging@cursoragentrequesting review, impact analysis, coverage checks, and follow-up PR if needed.Written by Cursor Bugbot for commit 60b7728. This will update automatically on new commits. Configure here.